-
Notifications
You must be signed in to change notification settings - Fork 26
Migrate all tests to JUnit5 #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…on to gradle.properties
…on to gradle.properties
|
✔️ Changes pass the MontiVerse
|
|
requires merge of MontiCore/cd4analysis#82 before merge |
|
Gradle files look okay, the first 100 java files too :D There appears to be 3 additional tests being skipped.
|
…n-existence of TestKit daemon termination
The the This pull request correctly replaced the JUnit 4 import which resulted in the originally intended behaviour: the tests are skipped. |
org.junit.vintage:junit-vintage-enginedependencies as its a compatibility layer to run JUnit 4 tests in JUnit 5org.junit.platform:junit-platform-launcherdependencies to all modules as recommended (or even required for newer Gradle versions)